/* Footer 
--------------------------*/

.footer {
	background-color: #0775aa;
}
.footer-p {
	color: #fff;
	padding: 2px 0;
}
.footer-text {
	text-align: center;
	margin-top: 20px;
    margin-bottom: 20px;
}
#footer > div.container > div > div.col-md-5 > div > p:nth-child(3) > a {
	color: #fff;
	text-decoration: underline;
}
#social-icons {
    text-align: center;
    float: right;
    margin-right: 120px;
}
.poweredby-row {
    background-color: #085f8a;
}
#poweredby_p {
    padding: 20px 0;
    margin-bottom: 0;
    color: #fff;
}
#hanlonClient {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}
#hanlonClient:focus {
    outline: 2px solid #fff !important;
}
.nav-footer {
    position: relative;
    margin: 20px 0;
    padding-left: 15px;
    padding-right: 15px;
    /* margin-bottom: 0; */
}
.li-inline {
    /* display: inline; */
    padding: 5px;
    list-style-type: none;
}
.li-inline a:focus {
    outline: 2px solid #fff !important;
}
.li-inline a {
    color: #fff;
}
#footerLink > img {
    margin-top: 60px;
    /* width: 20rem; */
}
.icons {
	color: #0775aa;
	background: #ffffff;
	border-radius: 2px;
	font-family: fontawesome;
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding-top: 12px;
	margin: 0 4px;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	font-size: 20px;
	transition: all .5s;
	-webkit-font-smoothing: antialiased;
	font-weight: unset !important;
    text-decoration: none;
    margin-top: 20px;
}

.icons:hover, .icons:focus {
	background: #fff;
	text-decoration: none !important;
	color: #333;

}